Book Contents

Bitwise AND (&)

Returns an integer with a bit set to 1 if both of the corresponding bits in the original numbers are 1. Otherwise, the resulting bit is 0.

See also

Quick reference to operators